/* Basic reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border;
}

body {
    font-family: Arial, sans-serif;
    background-color: #efefef;
    color: #ffffff;
    margin: 0;
    padding: 0;
    transition: background-color 0.5s ease;
}



* {
  margin: 0;
  padding: 0;
}

nav{
  background-color: white ;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
  font-weight: bold;
}



nav ul{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
}
nav li{
  height: 50px;
  font-weight: bold;
}
nav a{
  height: 100%;
  padding: 0 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: black;
  font-weight: bold;
}
nav a:hover{
  background-color: #c0c0c0;
  font-weight: bold;
}
nav :first-child{
  margin-right: auto;
}
.sidebar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.412);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0,0,0,0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: bold;
}
.sidebar li{
  width: 100%;   
  font-weight: bold;
}
.sidebar a{
  width: 100%;
  font-weight: bold;
}
.menu-button{
  display: none;
}
@media(max-width: 800px){
  .hideOnMobile{
      display: none;
  }
  .menu-button{
      display: block;
  }
}
@media(max-width: 400px){
  .sidebar{
      width: 100%;
  }
}




/* Product Section Styling */





.product-section {
  padding: 20px;
  text-align: center;
}

.product-section h1 {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #000000;
}

/* Product List Grid */
.product-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Individual Product Card */
.product {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 300px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.product h2 {
  font-size: 1rem;
  color: #000000;
  margin: 10px 0;
}

.product .price {
  font-size: 1rem;
  font-weight: bold;
  color: #28a745;
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 5px 100px;
  border-radius: 5px;
  font-size: 0.8rem;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
}

.product .btn:hover {
  background-color: #0056b3;
}

/* Product Hover Animation */
.product:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Add to Cart Button Animation */
.product .add-to-cart:active {
  transform: scale(0.95);
}



  /* titile Section */

  

.portfolio {
  padding: 40px;
  text-align: center;
}

.portfolio h2 {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #000000;
}


/* slider Section */


.card-slider h2 {
  text-align: center;
  font-size: 1rem;
  color: #000000;
  margin: 10px 0;
}

.card-slider .price {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #28a745;
  margin-bottom: 15px;
}


.card-content .btn {
  padding: 5px 96px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.card-content .btn:hover {
  background-color: #0056b3;
}

.card-slider {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  padding: 10px;
  scroll-behavior: smooth;
}

.card {
  flex: 0 0 300px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  width: 100%;
  height: 280px;

}

.card-content {
  padding: 15px;
}


.card-content h3 {
  margin: 0;
  font-size: 1.2rem;
}

.card-content p {
  margin: 10px 0;
  color: #ff0000;
}


/* video */


.video-wrapper {
  align-items: center;
  width: 100%;

}

video {
  width: 100%;
  height: 100%;
  display: flex;
}


/* slider Section 2 */


.card1-slider h2 {
  text-align: center;
  font-size: 1rem;
  color: #000000;
  margin: 10px 0;
}

.card1-slider .price {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #28a745;
  margin-bottom: 15px;
}


.card1-content .btn {
  padding: 5px 102px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.card1-content .btn:hover {
  background-color: #0056b3;
}

.card1-slider {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  padding: 10px;
  scroll-behavior: smooth;
}

.card1 {
  flex: 0 0 300px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}

.card1:hover {
  transform: scale(1.05);
}

.card1 img {
  width: 100%;
  height: 280px;

}

.card1-content {
  padding: 15px;
}


.card1-content h3 {
  margin: 0;
  font-size: 1.2rem;
}

.card1-content p {
  margin: 10px 0;
  color: #ff0000;
}





/* slider Section */




/* Footer section */


.content {
  flex: 1;
  text-align: center;
  padding: 50px;
  background-color: #ffffff;
}

.footer {
  background: #3e0075;
  color: white;
  text-align: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.footer h3 {
  font-size: 1.2rem;
  margin: 10px 0;
  animation: fadeInDown 1s ease-out;
}

.footer p {
  margin: 10px 0;
  font-size: 1rem;
  animation: fadeIn 1s ease-out 0.5s forwards;
  opacity: 0;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
  animation: fadeInUp 1s ease-out 1s forwards;
  opacity: 0;
}

.icon {
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}

.icon:hover {
  transform: scale(1.2);
  color: #1db954;
}

.footer-credits {
  margin-top: 15px;
  font-size: 0.8rem;
  color: #ffffff;
  animation: fadeIn 1s ease-out 1.5s forwards;
  opacity: 0;
}

.footer p {
  margin: 10px 0;
  font-size: 1rem;
  animation: fadeIn 1s ease-out 1.5s forwards;
}


/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

